const runtime._Gdead
18 uses
runtime (current package)
heapdump.go#L417: case _Gdead:
mgcmark.go#L829: case _Gdead:
mprof.go#L1424: if readgstatus(fing) != _Gdead && !isSystemGoroutine(fing, false) {
mprof.go#L1493: if readgstatus(gp1) == _Gdead {
mprof.go#L1577: return gp1 != gp && readgstatus(gp1) != _Gdead && !isSystemGoroutine(gp1, false)
preempt.go#L137: case _Gdead:
proc.go#L2344: casgstatus(mp.curg, _Gdead, _Gsyscall)
proc.go#L2403: casgstatus(gp, _Gidle, _Gdead)
proc.go#L2478: casgstatus(mp.curg, _Gsyscall, _Gdead)
proc.go#L4276: casgstatus(gp, _Grunning, _Gdead)
proc.go#L5003: casgstatus(newg, _Gidle, _Gdead)
proc.go#L5010: if readgstatus(newg) != _Gdead {
proc.go#L5067: casgstatus(newg, _Gdead, status)
proc.go#L5136: if readgstatus(gp) != _Gdead {
runtime2.go#L73: _Gdead // 6
traceback.go#L1192: _Gdead: "dead",
traceback.go#L1264: if gp == me || gp == curgp || readgstatus(gp) == _Gdead || isSystemGoroutine(gp, false) && level < 2 {
tracestatus.go#L150: case _Gdead:
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |